express-jwt error algorithms should be set

79

throw new Error('algorithms should be set'); -

expressJwt({ secret:  process.env.JWT_SECRET, algorithms: ['RS256'] });

express-jwt error algorithms should be set -

expressJwt({ secret:  process.env.JWT_SECRET, algorithms: ['RS256'] });

Comments

Submit
0 Comments